config AMAZON_STAGING
	bool "Amazon kernel modules"
    depends on STAGING
	help
      Select this to enable Amazon-specific kernel modules.
      These are modules specific to particular Amazon devices
      and should only be enabled if they make sense for the
      platform.

config AMAZON_RINGBOOT
	bool "Ringboot module to provide system information"
	depends on AMAZON_STAGING
	depends on SYSFS
	help
	  Provides device information via sysfs nodes.  Will only
	  provide valid information on Ring Cocoa-based platforms.
	  The information is parsed from the kernel command line.

config AMAZON_CUTFILTER
	bool "Cutfilter driver"
	depends on AMAZON_STAGING
	depends on SYSFS
	help
	  Provides driver for IR Cut Filter using sysfs interface
	  to control filter state.

config AMAZON_POWERCONTROL
	bool "Power control driver"
	depends on AMAZON_STAGING
	depends on SYSFS
	help
	  Provide centralized driver to control dedicated power pin
	  across modules.
